home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2004 November / PC Advisor November 2004.iso / Expanded / Objects / Fills / BROWSE.ODS < prev   
Encoding:
Text File  |  2000-07-24  |  241 b   |  23 lines

  1.     
  2.  
  3. proc main
  4. {
  5.   array R
  6.   {
  7.  
  8.     << text Script="library Lib=\q_LIBRARIES_\\\\bitmaps.ods\q;
  9.  
  10.     proc main
  11.     { 
  12.       Lib.ProcessFillIcon(this);
  13.     }
  14.     
  15.     ";
  16.  
  17.     TRACE("script="+Script+"\n");
  18.  
  19.  
  20.   return=R;
  21. }
  22.  
  23.